Blitz (10/144)

From:Curt Esser
Date:6 May 2001 at 18:54:15
Subject:Re: AmiBlitz -> BlitzPC

----- Original Message -----
From: David McMinn <D.Mcminn@eee.rgu.ac.uk>
To: <blitz-list@netsoc.ucd.ie>
Sent: Monday, April 23, 2001 4:11 AM
Subject: Re: AmiBlitz -> BlitzPC

> Hi James
>
> > Anyone ever have any luck de-tokenising Amiga Blitz source without
having to use
> > "Save as ASCII"...? I know I didn't figure it out ;)
>
> It should be easy enough. Curt's investigator could be used as the base,
and I
> posted all the info you'd need and example program of extracting all the
basic
> commands and things from the libraries. I was actually going to do a
> detokeniser back then, but never had the time to start it.
>
> I just can't remember if it worked all the time. And I know Curt had to
> manually enter some tokens in his Investigator.

Well, the reason for having to manually "correct" some of the tokens was
that some libraries have "hidden" tokens in them - apparently these are
commands that are only called by the library itself, not available to the
user - and I couldn't figure out how to not recognize them as commands when
parsing through the libraries.

And yes (assuming that that the above command number patching was correct)
it would work all the time, unless you changed your library setup. In that
case, you would have to re-parse your libraries again for accurate results.

But again, you would only get accurate results on the specific library setup
you have "customized" it for, by having it parse through your libraries.
The problem is this: The tokenized source has only library/command numbers,
and the command names themselves are inside the actual libraries, which can
(and often do) have different library numbers on different systems...

Yours Electronically,
Curt Esser
http://members.nbci.com/Curt_Esser/

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie